Uses of Class
edu.claflin.finder.log.LogType
-
Packages that use LogType Package Description edu.claflin.finder.log Contains the classes used by the programming for logging to a file. -
-
Uses of LogType in edu.claflin.finder.log
Fields in edu.claflin.finder.log with type parameters of type LogType Modifier and Type Field Description private java.util.HashMap<LogType,java.lang.Boolean>LogUtil. fileLogsThe HashMap used for determining which of the logging outputs are logged to a file.private java.util.HashMap<LogType,java.lang.Boolean>LogUtil. terminalLogsThe HashMap used for determining which of the logging outputs are logged to the terminal.Methods in edu.claflin.finder.log that return LogType Modifier and Type Method Description static LogTypeLogType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogType[]LogType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.claflin.finder.log with parameters of type LogType Modifier and Type Method Description private voidLogUtil. log(LogType type, LogLevel granularity, java.lang.String detail)Used to log data.
-